home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_bas / vbtrc96.zip / FILE_ID.DIZ next >
Text File  |  1995-03-12  |  694b  |  21 lines

  1. VBTRACE is a Visual Basic developer's tool
  2. for tracing program flow at runtime.  
  3. With VBTRACE you can:
  4. 1. Spot procedures which are being called
  5.    accidentally or unnecessarily,
  6. 2. Tell if a procedure is being called 
  7.    recursively,
  8. 3. See which areas of your program use the
  9.    most Windows resources.
  10. 4. See when each form is actually loaded 
  11.    and unloaded.
  12. 5. Track GDI, USER, and Global Memory usage
  13.    from prcedure to procedure.
  14. 6. Set and track an unlimited number of watch
  15.    variables and properties.
  16. 7. Monitor the value of arguements being
  17.    passed to procedures.
  18. 8. Pinpoint cascading events.
  19. 9. Time a procedure or group of procedures.
  20.    And much more!
  21.